SQL Bug? - Mailing list pgsql-sql

From lynch@lscorp.com (Richard Lynch)
Subject SQL Bug?
Date
Msg-id v02140b6fb1b868483098@[207.152.64.133]
Whole thread Raw
Responses Re: [SQL] SQL Bug?  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-sql
I'm far from an SQL expert, but...

select field1 from table1 where table2.field2 = table1.field3;

This query, which uses tables in the where clause that aren't in the list
of tables, actually does what one would sorta expect in PostgreSQL, but
isn't it a bug for it to do that?...

Not that I mind, since it's what I accidentally coded anyways.

--
--
-- "TANSTAAFL" Rich lynch@lscorp.com



pgsql-sql by date:

Previous
From: GABRIEL MORALES CRIBILLERO
Date:
Subject: otra vez yo!!
Next
From: Bruce Momjian
Date:
Subject: Re: [SQL] SQL Bug?